home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 50-CommHardware / ppp / description.frm.z / description.frm
Encoding:
Text File  |  1997-07-30  |  1.6 KB  |  37 lines

  1. #! /usr/bin/perl5
  2. print <<EndOfFile;
  3. Content-type: text/html
  4.  
  5. <H1>Point-to-Point Protocol (PPP)</H1>
  6. <P>
  7. Point-to-Point Protocol (PPP) is a standard Internet service that allows
  8. hosts to communicate over serial lines (such as telephone or ISDN). You
  9. must use PPP if your WebForce Internet Gateway connects to the service 
  10. provider by means of ISDN, a modem, or T1 lines. You can also use PPP to 
  11. allow individual users to dial in to the Internet Gateway from a remote 
  12. location (such as a home office).
  13. </P>
  14. <P>
  15. PPP supports dial-in and dial-out connections. In a <EM>dial-in</EM>
  16. connection, the Internet Gateway accepts a connection from an outside 
  17. caller (such as the Internet service provider or an individual user). 
  18. Any client system using a dial-in connection must have an account on 
  19. the Internet Gateway. The login name on the account is the client's hostname.
  20. </P>
  21. <P>
  22. In a <EM>dial-out </EM>connection, the Internet Gateway requests a connection 
  23. to a remote server (a host at the service provider's site). A dial-out 
  24. connection contains information that identifies the Internet Gateway and 
  25. the remote server, the account on the remote server that will accept the 
  26. connection, and a password to the remote account if it is need. The outgoing 
  27. connection may also specify a static route (a fixed route is used for all 
  28. PPP connections) and demand dialing (the connection is terminated when not in
  29. use).
  30. </P>
  31. <P>Use these forms to configure PPP:</P>
  32. <UL>
  33. <LI><A HREF="index.ppp1.shtml" TARGET="left">Dial-in PPP</A>
  34. <LI><A HREF="index.ppp2.shtml" TARGET="left">Dial-out PPP</A>
  35. </UL>
  36. EndOfFile
  37.